home *** CD-ROM | disk | FTP | other *** search
- /***[f*****************************************************************
- * cicmdqry.h -- Component Interface for PageMaker Commands & Queries.
- *
- * Copyright 1996 (c) Adobe Systems, Inc. All Rights Reserved
- *
- * Public version
- * $Revision: 1.4 $
- *
- *
- ***f]*****************************************************************/
-
- #ifndef __CICMDQRY_H
- #define __CICMDQRY_H
-
- // class to obtain param block
- class CICommandQuery : public CIInterface
- {
- public:
- virtual PMXErr Retrieve(sPMParamBlockPtr *lpPB)=0;
- virtual void ErrorAlert(PMXErr err, sPMParamBlockPtr lpParamBlock)=0;
- };
-
- #endif
-